(Info-restore-desktop-buffer): Delete with-no-warnings.
authorLars Hansen <larsh@soem.dk>
Thu, 22 Apr 2004 19:49:11 +0000 (19:49 +0000)
committerLars Hansen <larsh@soem.dk>
Thu, 22 Apr 2004 19:49:11 +0000 (19:49 +0000)
lisp/info.el

index ad04d8ece73fb6397c43bbecb2cdec345882a899..a284ca7fa2e0a86c348ec3792750c03d2ffdc02f 100644 (file)
@@ -3724,8 +3724,7 @@ BUFFER is the buffer speedbar is requesting buttons for."
   (let ((first (nth 0 desktop-buffer-misc))
         (second (nth 1 desktop-buffer-misc)))
   (when (and first second)
-    (with-no-warnings
-      (Info-find-node first second))
+    (Info-find-node first second)
     (current-buffer))))
 
 (provide 'info)